Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use the correct OCI registry environment variables for newer hosts #3

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

protochron
Copy link
Contributor

Feature or Problem

In wasmCloud 0.81.0 we deprecated the old OCI_REGISTRY variables in favor of prefixing them with WASMCLOUD. 0.82.0 fully removed those variables, so this updates the controller to use the new variables with an eye towards wasmCloud 1.0 compatibility.

Related Issues

Release Information

next

Consumer Impact

This removes support for hosts < 0.81.0 using custom registries, which should be fine.

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

In wasmCloud 0.81.0 we deprecated the old `OCI_REGISTRY` variables in
favor of prefixing them with `WASMCLOUD`. 0.82.0 fully removed those
variables, so this updates the controller to use the new variables with
an eye towards wasmCloud 1.0 compatibility.

Signed-off-by: Dan Norris <protochron@users.noreply.github.com>
@protochron protochron merged commit 00adb86 into main Mar 28, 2024
4 checks passed
@protochron protochron deleted the fix_oci_vars branch March 28, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants